home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Safarir 5
/
SafTV-CD5.iso
/
mac
/
SAF-TV 5
/
SAFTV
/
brit.swf
/
scripts
/
frame_3
/
DoAction.as
Wrap
Text File
|
2002-12-15
|
341b
|
13 lines
loadedFrames = getProperty("/", _framesloaded);
totalFrames = getProperty("/", _totalframes);
if(Number(loadedFrames) < Number(totalFrames))
{
percentageOutput = int(loadedFrames / totalFrames * 100);
setProperty("barre 2", _xscale, int(loadedFrames / totalFrames * 100));
gotoAndPlay(2);
}
else
{
gotoAndPlay(10);
}